home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Sas-PPC / samplelib2 / smakefile < prev    next >
Encoding:
Makefile  |  1999-12-03  |  962 b   |  44 lines

  1. all: try_one.ppc try_one test_one.library 
  2.  
  3.  
  4. try_one: try_one.c
  5.       sc link debug=line try_one.c
  6.  
  7. try_one.ppc: try_one.c
  8.       scppc link debug=line hunkobj programname=try_one.ppc try_one.c
  9.  
  10.  
  11.  
  12. test_one.library: libinit.o test.o testppc.o
  13.       slinkppc PPC with <<
  14. LIBFD test.fd 
  15. to test_one.library 
  16. FROM lib:libent.o libinit.o test.o testppc.o
  17. lib lib:scppc.lib 
  18. noicons
  19. libversion 1 librevision 11
  20. verbose
  21. map test_one.map hsx
  22. <
  23.  
  24.  
  25.  
  26. testppc.o: testppc.c      
  27.       scppc debug sf testppc.c hunkobj
  28.  
  29. dispatchppc.o: dispatchppc.c      
  30.       scppc debug sf dispatchppc.c hunkobj
  31.  
  32. test.o: test.c      
  33.       sc libcode nostackcheck debug sf test.c
  34.  
  35. dispatch68k.o: dispatch68k.c      
  36.       sc libcode nostackcheck debug sf dispatch68k.c
  37.  
  38.  
  39. libinit.o: libinit.c
  40.       sc resetopts libcode strmer nostackcheck debug sf DEF ONE_GLOBAL_SECTION=1 libinit.c
  41.  
  42. libinitr.o: libinit.c
  43.       sc resetopts libcode strmer nostackcheck debug sf objname libinitr.o libinit.c
  44.